home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / XLEECH01.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-01-27  |  2.0 KB  |  45 lines

  1. @ECHO OFF                                                                     
  2. cls
  3. echo.
  4. echo           ■----------------------------------------------------■
  5. echo           :  xPRESS mOddING enhanced leech  -- v0.1            :
  6. echo           `----------------------------------------------------' 
  7. if "%1"=="" goto help
  8. if "%2"=="" goto help                                                           
  9. if "%3"=="" goto help
  10.  
  11. mkpcbtxt %1 /i:550  "!%2\XLEECH01.PPE %3 _"
  12. goto done
  13.                                                                               
  14.                                                                               
  15. :help                                                                         
  16. cls
  17. echo.
  18. echo To install the ppe, use the following parameters..
  19. echo.                                                                           
  20. echo        INSTALL.BAT [pcbtxt.dir] [ppe.dir] [Either ANSI/AMI/RANDOM]
  21. echo.                                                                          
  22. echo.
  23. echo        [pcbtxt.dir] is the full pathname of your pcbtext file.
  24. echo.                                                                       
  25. echo        [ppe.dir] is the pathname of where the ppe is located.
  26. echo.
  27. echo        [Either ANSI/AMI/RANDOM] is the graphics used on the bbs.
  28. echo                                 If ANSI then it will use ANSI..etc
  29. echo.
  30. echo.
  31. echo example :
  32. echo           install.bat c:\pcb\gen\pcbtext c:\pcb\ppe\leech ANSI
  33. echo.                                                                         
  34. goto end
  35.  
  36. :done                                                                         
  37. echo.                                                                         
  38. echo done!...   XLEECH01.PPE has been successivly been installed on your system!
  39. echo.                                                                         
  40. echo xPS mOddING kREW!  -- tRiP.SeNiOR!
  41. echo.
  42.                                                                               
  43. :end
  44. echo.
  45.